Name | Description | |
---|---|---|
NGraphPartsLayoutSchema | Schema associated with NGraphPartsLayout | |
RegionLayoutCategory | The "Region Layout" category. | |
RegionLayoutProperty | Reference to the RegionLayout property |
The following tables list the members exposed by NGraphLayoutBase<T>.
Name | Description | |
---|---|---|
NGraphPartsLayoutSchema | Schema associated with NGraphPartsLayout | |
RegionLayoutCategory | The "Region Layout" category. | |
RegionLayoutProperty | Reference to the RegionLayout property |
Name | Description | |
---|---|---|
RegionLayout | Gets or sets the region layout used for the optional final arrangement of the regions |
Name | Description | |
---|---|---|
ArrangeBodies | Overridden. Performs the core arrangement of the layout, operating upon the bodies created in the CreateBodiesFromObjects method. | |
ArrangeRegionContent | Called to layout the content of the specified region. | |
ArrangeRegions | Called to layout the regions | |
ArrangeRegionsContent | Called to layout the content of all regions | |
CreateBodiesFromObjects | Overridden. Overriden to create the bodies from the objects | |
CreateEdgeBody | Called in the graph building process to create a body for each edge | |
CreateGraphBuilder | Creates a graph builder which is used to build the arranged graphs or trees from the input set of objects | |
CreateRegionLayout | Creates the Region layout that is used to arrange unconnected graph regions. | |
CreateRegions | Called to create the regions from the specified list of objects | |
CreateVertexBody | Called in the graph building process to create a body for each vertex | |
UpdateObjectsFromBodies | Overridden. Overriden to update the objects from the bodies |